#=================================================================
# Create a custom list of files using script: \include_exclude\cli_custom_list_engine.pas.
#
# FLG_INC: The color of the include flag
# FLG_EXC: The color of the exclude flag (if files are included then excluded)
#
# INC_EXT: Extension for inclusion (Global Search)
# INC_PTH: Path for inclusion (Global Search)
# INC_SIG: Signature for inclusion (Regex Search)
#
# EXC_EXT: Excluded extensions (Regex Search)
# EXC_FNM: Excluded filenames (Regex Search)
#
# GLOBAL Search Help
#  **\*                   All items.
#  **\*.*                 All items with an extension.
#  **\*.jpg               All .jpg files.
#  **\Penguins.jpg        All penguins.jpg.
#  **\Penguins.*          All penguins with any extension.
#  **\*guins*             All filenames containing guins.
#  **\Pictures\**\*       All items with folder pictures in the path.
#  **\Pictures\*'         Only the immediate children of Pictures.
#
#=================================================================

SETTINGS:!!!====================================================!!!
FLG_INC:Blue
FLG_EXC:Orange

INC_EXT:!!!====================================================!!!
INC_EXT:JPG







